home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-13 | 491 b | 23 lines | [TEXT/ttxt] |
- language: infix-dylan
- module: Dylan-user
-
- /* Copyright (C) 1994, Apple Computer, Inc. All rights reserved. */
-
- define library Online-Insultant
- use Dylan;
- use Dylan-Framework;
-
- export Online-Insultant;
- end library;
-
- define module Online-Insultant
- use Apple-Dylan;
- use dylan-framework,
- // We have our own definition of random-integer
- // for example purposes
- exclude: { random-integer };
-
- export
- init-Online-Insultant,
- run-Online-Insultant;
- end module;